home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Speech.idl < prev    next >
Text File  |  1996-05-01  |  3KB  |  85 lines

  1. /*
  2.      File:        Speech.idl
  3.  
  4.      Contains:    Speech Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __SPEECH_IDL__
  19. #define __SPEECH_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __MEMORY_IDL__
  28. #include <Memory.idl>
  29. #endif
  30. #ifndef __FILES_IDL__
  31. #include <Files.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  37. /*------------------------------------------*/
  38. /* GetSpeechInfo & SetSpeechInfo selectors    */
  39. /*------------------------------------------*/
  40. /*------------------------------------------*/
  41. /* Speaking Mode Constants                     */
  42. /*------------------------------------------*/
  43. typedef SOMFourByteStruct        SpeechChannelRecord;        /* Derived from a struct of 4 bytes in size */
  44.  
  45. typedef OpaquePtr                SpeechChannel;                /* Substituted OpaquePtr for ``SpeechChannelRecord*'' */
  46.  
  47. typedef SOMLargeStruct            VoiceSpec;                    /* Derived from a struct of 8 bytes in size */
  48.  
  49. typedef SOMLargeStruct            VoiceDescription;            /* Derived from a struct of 362 bytes in size */
  50.  
  51. typedef SOMLargeStruct            VoiceFileInfo;                /* Derived from a struct of 72 bytes in size */
  52.  
  53. typedef SOMLargeStruct            SpeechStatusInfo;            /* Derived from a struct of 8 bytes in size */
  54.  
  55. typedef SOMLargeStruct            SpeechErrorInfo;            /* Derived from a struct of 14 bytes in size */
  56.  
  57. typedef SOMLargeStruct            SpeechVersionInfo;            /* Derived from a struct of 20 bytes in size */
  58.  
  59. typedef SOMLargeStruct            PhonemeInfo;                /* Derived from a struct of 54 bytes in size */
  60.  
  61. typedef SOMLargeStruct            PhonemeDescriptor;            /* Derived from a struct of 56 bytes in size */
  62.  
  63. typedef SOMLargeStruct            SpeechXtndData;                /* Derived from a struct of 6 bytes in size */
  64.  
  65. typedef SOMFourByteStruct        DelimiterInfo;                /* Derived from a struct of 4 bytes in size */
  66.  
  67. typedef OpaquePtr SpeechTextDoneProcPtr;
  68. typedef OpaquePtr SpeechTextDoneUPP;
  69. typedef OpaquePtr SpeechDoneProcPtr;
  70. typedef OpaquePtr SpeechDoneUPP;
  71. typedef OpaquePtr SpeechSyncProcPtr;
  72. typedef OpaquePtr SpeechSyncUPP;
  73. typedef OpaquePtr SpeechErrorProcPtr;
  74. typedef OpaquePtr SpeechErrorUPP;
  75. typedef OpaquePtr SpeechPhonemeProcPtr;
  76. typedef OpaquePtr SpeechPhonemeUPP;
  77. typedef OpaquePtr SpeechWordProcPtr;
  78. typedef OpaquePtr SpeechWordUPP;
  79. #endif
  80.  
  81. #endif /* __SOMIDL__ */
  82.  
  83. #endif /* __SPEECH_IDL__ */
  84.  
  85.